home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / FLEX-TC_ / PARSE.H < prev    next >
Text File  |  1990-01-23  |  242b  |  16 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    CHAR    258
  5. #define    NUMBER    259
  6. #define    SECTEND    260
  7. #define    SCDECL    261
  8. #define    XSCDECL    262
  9. #define    WHITESPACE    263
  10. #define    NAME    264
  11. #define    PREVCCL    265
  12. #define    EOF_OP    266
  13.  
  14.  
  15. extern YYSTYPE yylval;
  16.